Compare Pastes
Differences between the pastes
#127537 (10.10.2019 14:12)
and
#142275 (23.08.2020 09:19).
| 1 | input {
| |
| 1 | ||
| 2 | beats {
| |
| 3 | port => 5044 | |
| 4 | } | |
| 5 | } | |
| 6 | ||
| 7 | ||
| 8 | output {
| |
| 9 | elasticsearch {
| |
| 10 | hosts => "localhost:9200" | |
| 11 | index => "postfix1-%{+YYYY.MM.dd}"
| |
| 12 | } | |
| 13 | ||
| 14 | file {
| |
| 15 | path => "/some/debug.txt" | |
| 16 | codec => rubydebug | |
| 17 | } | |
| 18 | } |
